home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / dmkey101.zip / DMKEY101.DOC next >
Text File  |  1991-06-20  |  3KB  |  76 lines

  1. ******************************************************************************
  2.  
  3.                           WHAT IS DMKEY101.LIB?
  4.  
  5. DMKEY101.LIB allows your Clipper program to detect whether KEYB.COM is
  6. installed, and to switch the language of the keyboard between the U.S.
  7. default and an alternate language.
  8.  
  9. If you have DOS 5.0 it also allows you to tell which keyboard
  10. language was previously in use.
  11.  
  12. (What Microsoft calls the "foreign" language, I call the alternate
  13. language, because in MOST places in the world the language you're using
  14. as an alternate won't be a "foreign" language".)
  15.  
  16. ******************************************************************************
  17.  
  18.                        COPYRIGHT AND DISCLAIMER
  19.  
  20. The library DMKEY101.LIB and its accompanying documentation and files
  21. are by Doug Moore and are placed in the public domain.  They may be
  22. freely used and copied.
  23.  
  24. The library and accompanying documentation are provided "as is"
  25. without warranty as to their performance or fitness for any purpose.
  26. The entire risk as to the results and performance of this library
  27. and of any systems or programs in which they are used is assumed
  28. by the user.
  29.  
  30. Clipper is a trademarked name of Nantucket Corporation.
  31.  
  32. ****************************************************************************
  33.  
  34.                            IMPORTANT NOTES
  35.  
  36. This library is for CLIPPER SUMMER '87.
  37.  
  38. It has not been tested with Clipper 5.00 OR 5.01.
  39.  
  40. Requires DOS 3.3 or better.
  41.  
  42. None of the functions check the DOS version.
  43.  
  44. ***************************************************************************
  45.  
  46.                             FUNCTIONS
  47.  
  48. -------------------------------------------------------------------
  49.  
  50. KEYBINST()
  51.             returns a logical indicating whether KEYB.COM was installed.
  52.  
  53. --------------------------------------------------------------------------
  54.  
  55. KEYBLANG(<expL>)
  56.  
  57.             if expL is true then the keyboard is switched to the
  58.             alternate language keyboard definition.  (e.g. into
  59.             Canadian French).
  60.  
  61.             returns a logical.  If a version of DOS prior to 5.0 is
  62.             being used, then the return value is meaningless.  If
  63.             DOS 5.0 is being used, then the return value indicates
  64.             the language previously in use.
  65.  
  66. **************************************************************************
  67.  
  68. Feedback or suggestions can be sent via e-mail to:
  69.  
  70.    NorthAmericaNet (NANET) / UNINET : DOUG MOORE
  71.    RIME/ILINK: DC MOORE
  72.    USENET : LSUC!doug.moore@canrem.uucp
  73.    Compuserve 76114,3655
  74.  
  75. **************************************************************************
  76.